home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: mozart.unx.sas.com!jamie
- From: jamie@cdevil.unx.sas.com (James Cooper)
- Subject: Re: SetABPenDrMd() = GURU!
- Originator: jamie@cdevil.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <DM3nMJ.AK4@unx.sas.com>
- Date: Thu, 1 Feb 1996 13:47:07 GMT
- X-Nntp-Posting-Host: cdevil.unx.sas.com
- References: <4eo1q3$g5m@sekken.ifi.uio.no>
- Organization: SAS Institute Inc.
-
-
- In article <4eo1q3$g5m@sekken.ifi.uio.no>, larshau@ifi.uio.no (Lars Haugseth) writes:
- >My call to the graphics.library function SetABPenDrMd()
- >gurus with OS2.0, though I cannot find anything in the
- >autodocs about this being a function new in V39. Any
- >ideas?
- >
- >(I've pinpointed the bug to this specific call by printing
- > each source-line to stdout before executing.)
-
- From the standard include file <clib/graphics_protos.h>:
-
- ------------------------------------------------------------------------
- #ifndef CLIB_GRAPHICS_PROTOS_H
- #define CLIB_GRAPHICS_PROTOS_H
-
- /*
- ** $VER: graphics_protos.h 39.31 (29.4.93)
- ** Includes Release 40.13
- ...
- /*--- functions in V39 or higher (Release 3) ---*/
- ...
- void SetABPenDrMd( struct RastPort *rp, unsigned long apen, unsigned long bpen,
- unsigned long drawmode );
- ...
- ------------------------------------------------------------------------
-
- That prototype is on line 245 of the file I have here...
-
- I'm quite surprised that it isn't listed as V39 in the AutoDocs.
-
- --
- ---------------
- Jim Cooper
- (jamie@unx.sas.com) bix: jcooper
-
- Any opinions expressed herein are mine (Mine, all mine! Ha, ha, ha!),
- and not necessarily those of my employer.
-
- I'm NOT Politically Correct, but that's because I'm "Sensitivity Challenged."
-